home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q106 / 1 / 68.TXT < prev    next >
Text File  |  1993-11-16  |  4KB  |  79 lines

  1. DOCUMENT:Q106168  08-NOV-1993  [W_NT]
  2. TITLE   :Windows NT Multi-Boot Support Limitations
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ---------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ---------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. Windows NT supports dual-booting between one or more instances of
  19. Windows NT and optionally one additional operating system. The only
  20. additional operating systems that are currently supported are MS-DOS
  21. and OS/2 1.x.
  22.  
  23. MORE INFORMATION
  24. ================
  25.  
  26. Microsoft only supports dual-booting between Windows NT and MS-DOS or
  27. Windows NT and OS/2 version 1.x. The mechanism used by NTLDR.EXE, the
  28. program that controls the Windows NT boot process, permits as many
  29. instances of Windows NT as desired to be included in the boot menu
  30. plus one other operating system. When the other operating system is
  31. selected, NTLDR.EXE loads the BOOTSECT.DOS file that was created
  32. during installation and transfers processor control to that image.
  33. This results in the other operating system booting as if NTLDR had not
  34. intervened. In the case of MS-DOS, the boot sector code looks for
  35. IO.SYS; in the case of OS/2 1.x, the boot sector looks for OS2LDR.EXE.
  36. In both cases, the BOOTSECT.DOS file is created when Windows NT is
  37. installed by copying the existing boot sector that was present before
  38. installation.
  39.  
  40. This scheme breaks down when OS/2 2.x or other operating systems are
  41. installed because these operating systems use a different mechanism
  42. for controlling their own multi-boot functionality or use a file
  43. system that is not supported by Windows NT. Briefly, in the case of
  44. OS/2 2.x, a small boot manager partition is installed, which is made
  45. the active partition. The boot code in this partition can then
  46. transfer control to the boot code in one of the inactive partitions on
  47. the disk, effectively booting the operating system installed to that
  48. partition. Because the boot code for OS/2 2.x is not located in the
  49. same partition as the boot code for Windows NT, the mechanism used by
  50. Windows NT is not able to correctly select OS/2 2.x as a boot option.
  51. In the case of other operating systems, the operating system in
  52. question often utilizes its own file system and must be installed from
  53. a different partition than Windows NT for that reason, thus also
  54. rendering the boot mechanism used by Windows NT ineffective.
  55.  
  56. For more information about the Windows NT boot sequence query on the
  57. following words in the Microsoft Knowledge Base:
  58.  
  59.    ntldr and boot and sequence
  60.  
  61. Additional reference words: 3.10
  62. KBCategory :
  63. KBSubCatagory : stp howto
  64.  
  65. =============================================================================
  66.  
  67. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  68. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  69. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  70. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  71. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  72. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  73. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  74. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  75. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  76. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  77. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  78.  
  79. Copyright Microsoft Corporation 1993.